Namespace Cache.Text

Types

Link copied to clipboard

Functions

Link copied to clipboard
@extend(before_add_value) function (instance: instance, attribute: attribute, value: text)
Link copied to clipboard
@extend(before_update_value) function (text_attribute: text_attribute, value: text)
Link copied to clipboard
@extend(before_set_value) function (instance: instance, attribute: attribute, text_attribute: text_attribute?, value: text)
Link copied to clipboard
@extend(before_remove_value) function (text_attribute: text_attribute)
Link copied to clipboard
function get_values(attribute: attribute): list<(attribute: text, value: text, count: integer)>
Link copied to clipboard
function handle_new_value(attribute: attribute, value: text)
Link copied to clipboard
function handle_old_value(text_attribute: text_attribute)